<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css erste Seite Werke*/
body{
	background-color:#ffffff;
	color:#000000;
	text-align:center;
	}
	
*{
	font-size:11px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}



div{
	border:0px solid black;/*zum Anzeigen der Rahmen um die Container*/
	padding:5px;
	}
	
#Seite{
	width:1160px;
	height:850px;
	}	
	
#Arbeit,
#Ausstellung,
#Kontakt,
#Impressum,
div{
	width:1140px;
	text-align:left;
	margin: 0px auto;
	font-family:Verdana, Arial, sans serif;
	font-weight:bold;
	}
#Ausstellung,
#Kontakt,
#Impressum{
		padding: 0px 0px 0px 10px;/*Linker Innenabstand der 3 Links*/
		line-height:24px;
		}
#Werkdaten {
	width:315px;
	height:525px;
	float:left;
	line-height:14px;
	}

#a14px{
	position:relative;
	top:14px;
}	

#a28px{
	position:relative;
	top:28px;
}	
	
#a42px{
	position:relative;
	top:42px;
}		
	
#Abbildung {
	width:800px;
	height:560px;
	float:right;
	margin: 0px 0px 20px 0px;
	}

#Vorwärts{
	width:15px;
	line-height:24px;
	float:right;
	margin-right:30px
	}
	
#Zurück{
	width:15px;
	line-height:24px;
	float:left;
	margin-left:242px;
	}

#Ausstellung {
	clear:both;/*ist wichtig für die Anordnung der Container*/
	}
	
h1 {
	font-size:20px;
	font-weight:bold;
	font-family: Verdana, Arial, sans serif;
	line-height:72px;
	letter-spacing:7px;
	padding: 0px 0px 0px 3px;
	}

a.start{
	color:#c0c0c0;
	text-decoration:none;
	}
	
a.start:hover{
	color:#999999;
	}

#Ausstellung,
	{
	color:#000000;
	}
	

#Kontakt,
#Impressum, 	
a.info{
	color:#c0c0c0;
	text-decoration:none;
	}
	
a.info:hover{
	color:#000000;
	text-decoration:none;
	}
	
 
	
	
	
	
	
	
	
	
</pre></body></html>